diff options
| author | spiderr <spider@viovio.com> | 2011-05-17 17:34:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-05-17 17:34:36 -0400 |
| commit | 74eff3746a8f3bedd08e02f016bcd0e51d0a2694 (patch) | |
| tree | b6dae35886f9ed585118227bfa2bea8923bbafa9 | |
| parent | e31159c25bc789281405b15c90d70d4090b46550 (diff) | |
| download | stats-74eff3746a8f3bedd08e02f016bcd0e51d0a2694.tar.gz stats-74eff3746a8f3bedd08e02f016bcd0e51d0a2694.tar.bz2 stats-74eff3746a8f3bedd08e02f016bcd0e51d0a2694.zip | |
tighten up stats perms defaultpre-lf-storage-path-to-file-name
| -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 71da852..a74056f 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -61,6 +61,6 @@ $gBitInstaller->registerPreferences( STATS_PKG_NAME, array( // ### Default UserPermissions $gBitInstaller->registerUserPermissions( STATS_PKG_NAME, array( array('p_stats_view_referer', 'Can view referer stats', 'editors', STATS_PKG_NAME), - array('p_stats_view', 'Can view site stats', 'basic', STATS_PKG_NAME), + array('p_stats_view', 'Can view site stats', 'editors', STATS_PKG_NAME), ) ); |
