From b3e71e424c0a78de76fa35ff980be4d65d83f573 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 4 Oct 2012 16:03:25 +0000 Subject: feature 2761: Pass all kind of messages through session on admin git-svn-id: http://piwigo.org/svn/trunk@18463 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 7c645a236..40e176dea 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -64,6 +64,7 @@ $conf = array(); $page = array( 'infos' => array(), 'errors' => array(), + 'warnings' => array(), ); $user = array(); $lang = array(); -- cgit v1.2.3