Commit d76c84bbf5aa4e52a1bf60154b6cd5a5ed451177

Authored by kevin_fourie
1 parent 526decbf

Merged in...

KTS-3785
"Indexing does not appear to be happening on Windows Vista"
Fixed. Improved the logged message.

Committed by: Megan Watson
Reviewed by: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9504 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/util/ktutil.inc
@@ -148,7 +148,7 @@ class KTUtil { @@ -148,7 +148,7 @@ class KTUtil {
148 148
149 if (false === $base_url) 149 if (false === $base_url)
150 { 150 {
151 - $default->log->info("call_page: $path - cannot call script until user logs in for the first time!"); 151 + $default->log->info("call_page: $path - cannot call script until user logs in from a url other than localhost or 127.0.0.1!");
152 return; 152 return;
153 } 153 }
154 154