Changeset - 4f47ac8570ac
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-11 10:58:07
ohnobinki@ohnopublishing.net
Only access $this->school after first loading the school profile.
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
inc/class.page.php
Show inline comments
 
@@ -91,14 +91,14 @@ class page
 
	 . "  </script>\n";
 
     }
 

	
 
   self::session_start();
 
    self::session_start();
 
    /* everything that needs sessions started to work: */
 

	
 
    $this->school = school_load_guess();
 

	
 
    if($immediate
 
       && $ntitle != "NOHEAD")
 
      $this->head();
 

	
 
    /* everything that needs sessions started to work: */
 

	
 
    $this->school = school_load_guess();
 
 }
 

	
 
  /**
0 comments (0 inline, 0 general)