Commit ca2c0eb292882840a160d0b6bd00e67b6f017ec8
1 parent
6aff090d
KTS-3220
"Lucene migration status dashlet remains in view after installation is complete" Fixed. Was returning true before checking. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8333 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
plugins/search2/MigrationDashlet.php
| @@ -45,7 +45,6 @@ class LuceneMigrationDashlet extends KTBaseDashlet | @@ -45,7 +45,6 @@ class LuceneMigrationDashlet extends KTBaseDashlet | ||
| 45 | 45 | ||
| 46 | function is_active($oUser) | 46 | function is_active($oUser) |
| 47 | { | 47 | { |
| 48 | - return true; | ||
| 49 | if (!Permission::userIsSystemAdministrator($oUser)) | 48 | if (!Permission::userIsSystemAdministrator($oUser)) |
| 50 | { | 49 | { |
| 51 | return false; | 50 | return false; |