Skip to content

Commit

Permalink
Fix issue with report page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jan 17, 2017
1 parent 306571d commit 17a6520
Show file tree
Hide file tree
Showing 10 changed files with 618 additions and 620 deletions.
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '1');
define('FOG_VERSION', '306573');
define('FOG_SCHEMA', 245);
define('FOG_BCACHE_VER', 112);
define('FOG_SVN_REVISION', 6060);
Expand Down
4 changes: 1 addition & 3 deletions packages/web/lib/pages/reportmanagementpage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1343,9 +1343,7 @@ public function usertrackdispPost()
}
}
foreach ((array)$Users as &$User) {
if (!$Host->isValid()) {
$Host = new Host($User->get('hostID'));
}
$Host = new Host($User->get('hostID'));
if (!$Host->isValid()) {
continue;
}
Expand Down
154 changes: 77 additions & 77 deletions packages/web/management/languages/de_DE.UTF-8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions packages/web/management/languages/en_US.UTF-8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions packages/web/management/languages/es_ES.UTF-8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions packages/web/management/languages/fr_FR.UTF-8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions packages/web/management/languages/it_IT.UTF-8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Loading

0 comments on commit 17a6520

Please sign in to comment.