Alexander Nicolaysen Sørnes <alex@thehandofagony.com>

Use objectManager to create monitors.
This commit is contained in:
Chris Morgan
2007-09-14 23:31:20 -04:00
parent d5cf2375dd
commit b2cc871f09
3 changed files with 21 additions and 6 deletions

View File

@@ -817,7 +817,7 @@ class ObjectManager
else
$sRedirectLink = APPDB_ROOT;
util_redirect_and_exit($sRedirectLink);
$this->return_to_url($sRedirectLink);
return TRUE;
}