diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 20:27:11 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 20:27:11 +0000 |
commit | 82d1fce1124a497dc1b78cf88dbc29e2eb1f6ae5 (patch) | |
tree | 4fdbc2b52e74d4d4f8f706190d889b299174293f /h-source/Application/Controllers/GenericController.php | |
parent | 51e075bda53a612cdd793c4ca3d082323c1bd479 (diff) |
administrators can now see the list of pages that have to be approved
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index 949f3ae..c80f6d0 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -501,7 +501,7 @@ class GenericController extends BaseController $this->append($data); - session_start(); + @session_start(); if ( isset($_SESSION['notebook_inserted']) and strcmp($this->controller,'notebooks') === 0 ) { $viewFilesList = 'suggest_dialog,dialog,page,if_page_deleted,moderator_dialog'; |