From: ewinslow Date: Wed, 24 Nov 2010 22:52:22 +0000 (+0000) Subject: unnecessary declaration of global $CONFIG; X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=49ac619538095e0386cdcb6931d995f8bcf98c1f;p=lorea%2Felgg.git unnecessary declaration of global $CONFIG; git-svn-id: http://code.elgg.org/elgg/trunk@7439 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/sitepages/start.php b/mod/sitepages/start.php index 37fec2085..684bca62d 100644 --- a/mod/sitepages/start.php +++ b/mod/sitepages/start.php @@ -98,7 +98,6 @@ function sitepages_custom_index() { * //@todo is this needed? */ function sitepages_url($expage) { - global $CONFIG; return 'pg/sitepages/'; }