diff options
| author | Christian Fowler <spider@viovio.com> | 2011-06-28 00:21:00 -0400 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2011-06-28 00:21:00 -0400 |
| commit | a34634970ae8f979e469b1196391991ace17142a (patch) | |
| tree | 6eaeca0fbcb81cf3980fd6162327925c6cc225d0 | |
| parent | 7f15ab135f67b35746f9172ba764d834f5931dd4 (diff) | |
| parent | 74b8d5ad1fad48530d922d28f707ed858c366345 (diff) | |
| download | fisheye-a34634970ae8f979e469b1196391991ace17142a.tar.gz fisheye-a34634970ae8f979e469b1196391991ace17142a.tar.bz2 fisheye-a34634970ae8f979e469b1196391991ace17142a.zip | |
Merge branch 'master' of github.com:bitweaver/fisheye
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 812bcd8..480a1e1 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -73,7 +73,7 @@ $gBitInstaller->registerPreferences( FISHEYE_PKG_NAME, array( array( FISHEYE_PKG_NAME, 'fisheye_menu_text','Image Galleries'), // more intuitive if we can see all galleries we can upload images to array( FISHEYE_PKG_NAME, 'fisheye_show_public_on_upload','y'), - array( FISHEYE_PKG_NAME, 'fisheye_show_all_to_admins','y'), + array( FISHEYE_PKG_NAME, 'fisheye_show_all_to_admins','n'), ) ); // ### Default User Permissions |
