diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-01 21:14:14 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-01 21:14:14 +0000 |
| commit | 7d59d5353fcefd228157ba7f1093e8134c8740ea (patch) | |
| tree | 4303d1434f5ccf21a1ad65debce3bfb893f37b9f /admin | |
| parent | 8138582e4e9584998bf05cc0cfc14f3cee1bd096 (diff) | |
| download | fisheye-7d59d5353fcefd228157ba7f1093e8134c8740ea.tar.gz fisheye-7d59d5353fcefd228157ba7f1093e8134c8740ea.tar.bz2 fisheye-7d59d5353fcefd228157ba7f1093e8134c8740ea.zip | |
add fisheye_show_all_to_admins back - oops, well used after all
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index a41b8d0..a5672e2 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -73,6 +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'), ) ); // ### Default User Permissions |
