]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
backward compatibility of the admin page shell was broken when we reorganized the...
authorcash <cash.costello@gmail.com>
Thu, 23 Jun 2011 02:05:28 +0000 (22:05 -0400)
committercash <cash.costello@gmail.com>
Thu, 23 Jun 2011 02:05:28 +0000 (22:05 -0400)
views/default/page/default.php

index 9effce1ece127da2beb3e88cc86aa56e1a990803..0e27cda52e5b8e510f789bf85bc03ec0b5b699d5 100644 (file)
@@ -17,7 +17,7 @@ if (elgg_get_context() == 'admin') {
        elgg_deprecated_notice("admin plugins should route through 'admin'.", 1.8);
        elgg_admin_add_plugin_settings_menu();
        elgg_unregister_css('elgg');
-       echo elgg_view('page/shells/admin', $vars);
+       echo elgg_view('page/admin', $vars);
        return true;
 }