Commit 57f069e3f35cb2cfeb4956dd49ac92849153e939

Authored by kevin_fourie
1 parent fc2f400a

Merged in from DEV trunk...

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/STABLE/trunk@8336 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/MigrationDashlet.php
... ... @@ -45,7 +45,6 @@ class LuceneMigrationDashlet extends KTBaseDashlet
45 45  
46 46 function is_active($oUser)
47 47 {
48   - return true;
49 48 if (!Permission::userIsSystemAdministrator($oUser))
50 49 {
51 50 return false;
... ...