]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #1212: Removed unused code.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 5 Feb 2010 03:41:13 +0000 (03:41 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 5 Feb 2010 03:41:13 +0000 (03:41 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3906 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/pageowner.php

index 287f82e213ee17ccd5882ad181fc21ec14be1e13..32c43163202773002182e6eeba30634249cdc84e 100644 (file)
@@ -167,8 +167,3 @@ function get_context() {
        }
        return "main";
 }
-
-if (defined('context')) {
-       global $CONFIG;
-       $CONFIG->context = context;
-}
\ No newline at end of file