- first use of web services as Ajax: change the privacy level directly from the picture page

git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-07-02 01:11:26 +00:00
parent d0e86480c4
commit 644f8ee621
6 changed files with 188 additions and 16 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ include(PHPWG_ROOT_PATH.'include/user.inc.php');
// language files
load_language('common.lang');
if (defined('IN_ADMIN') and IN_ADMIN)
if ( is_admin() || (defined('IN_ADMIN') and IN_ADMIN) )
{
load_language('admin.lang');
}