diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-07-25 17:24:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-07-25 17:24:54 +0000 |
commit | 4ca257c5d7cebaa20dcceab73dd9fef3c86bd4f9 (patch) | |
tree | 6eb31e7c5635d574532e9a46926af38fe616e29c /themes/smartpocket/themeconf.inc.php | |
parent | 1e1c2d4d59a9677667f6f6671b051db578aee52b (diff) |
- fix smartpocket : web service calls in admin not working on iphones
- removed unused func params in template
git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/themeconf.inc.php')
-rw-r--r-- | themes/smartpocket/themeconf.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php index 7cedbc21b..0c5f7397d 100644 --- a/themes/smartpocket/themeconf.inc.php +++ b/themes/smartpocket/themeconf.inc.php @@ -13,7 +13,7 @@ $themeconf = array( );
// Redirect if page is not compatible with mobile theme
-if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification')))
+if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws')))
redirect(duplicate_index_url());
//Retrive all pictures on thumbnails page
|