Changeset 14 for trunk/class/Gui.php


Ignore:
Timestamp:
Jun 19, 2012, 12:09:30 PM (12 years ago)
Author:
maron
Message:

přihlášení

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/Gui.php

    r11 r14  
    4949       
    5050        //generate and shows active page
    51         $this->Pages[$this->ActivePage]->Show();
     51        if (isset($this->Pages[$this->ActivePage])) $this->Pages[$this->ActivePage]->Show();
    5252       
    5353        $this->ShowFooter();
Note: See TracChangeset for help on using the changeset viewer.