1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Bits of footer weren't displaying on password prompt page

This commit is contained in:
e107steved
2007-08-03 18:40:52 +00:00
parent b4a8bb8110
commit 8c66def2b1

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/page.php,v $ | $Source: /cvs_backup/e107_0.8/page.php,v $
| $Revision: 1.10 $ | $Revision: 1.11 $
| $Date: 2007-06-27 13:27:19 $ | $Date: 2007-08-03 18:40:49 $
| $Author: sweetas $ | $Author: e107steved $
| |
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -362,7 +362,7 @@ class pageClass
function pageCheckPerms($page_class, $page_password, $page_title=" ") function pageCheckPerms($page_class, $page_password, $page_title=" ")
{ {
global $ns, $tp, $HEADER, $FOOTER, $sql; // $tp added global $ns, $tp, $pref, $HEADER, $FOOTER, $sql; // $tp added - also $pref - used by footer
if (!check_class($page_class)) if (!check_class($page_class))