X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fpage.inc.php;h=2d8abf683c32e65b0486dab320ad49a6ad3ba92f;hb=40dd66fdc1b2db04bb5dbaac2647dd072864d305;hp=6e126ddb7a36dc10f37188dc339c15d51327f945;hpb=d35878e0fc33525a980c2ba71c5ab5dfa7849c10;p=banana.git diff --git a/banana/page.inc.php b/banana/page.inc.php index 6e126dd..2d8abf6 100644 --- a/banana/page.inc.php +++ b/banana/page.inc.php @@ -13,12 +13,12 @@ if (@!include_once('Smarty.class.php')) { class BananaPage extends Smarty { - private $error = array(); - private $page = null; + protected $error = array(); + protected $page = null; - private $pages = array(); - private $killed = array(); - private $actions = array(); + protected $pages = array(); + protected $killed = array(); + protected $actions = array(); public $css = '';