Commit 679e63d04bcebf1c5023ce299d06c598f82843ec

Authored by nbm
1 parent 5ab88cf6

When initialising testing, assume the user is admin.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6019 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
config/dmsDefaults.php
@@ -499,6 +499,7 @@ class KTInit { @@ -499,6 +499,7 @@ class KTInit {
499 if (PEAR::isError($res)) { 499 if (PEAR::isError($res)) {
500 return $res; 500 return $res;
501 } 501 }
  502 + $_SESSION['userID'] = 1;
502 } 503 }
503 // }}} 504 // }}}
504 } 505 }