Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv21385
Modified Files:
WikiUser.php
Log Message:
Again with the missing underscore!
Index: WikiUser.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiUser.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -2 -b -p -d -r1.20 -r1.21
--- WikiUser.php 27 Aug 2002 21:51:31 -0000 1.20
+++ WikiUser.php 30 Aug 2002 04:49:59 -0000 1.21
@@ -250,5 +250,5 @@ class WikiUser {
// and get the preferences from the db or page.
if (!($prefs = $this->_request->getCookieVar('WIKI_PREFS2')))
- $prefs = $this->request->getSessionVar('wiki_prefs');
+ $prefs = $this->_request->getSessionVar('wiki_prefs');
if (!$this->_userid and !empty($GLOBALS['HTTP_COOKIE_VARS']['WIKI_ID'])) {
|