Changeset 8d1b3c
- Timestamp:
- 03/23/18 20:55:53 (4 weeks ago)
- Branches:
- master
- Parents:
- bcf9b9
- git-author:
- pierre-alain <pierre-alain@…> (03/23/18 20:55:53)
- git-committer:
- pierre-alain <pierre-alain@…> (03/23/18 20:55:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OWR/Controller.php
rda5140 r8d1b3c 1438 1438 if(!$this->_user->checkToken(true, $this->_request->uid, $this->_request->tlogin, $this->_request->key, $this->_request->do)) 1439 1439 { 1440 $this->_user->reset();1441 $this->_buildPage('login', array('error' => Utilities::iGet()->_('Invalid token')));1442 return $this ;1440 //$this->_user->reset(); 1441 //$this->_buildPage('login', array('error' => Utilities::iGet()->_('Invalid token'))); 1442 return $this->do_logout(); 1443 1443 } 1444 1444 } … … 1448 1448 if(!$this->_user->checkToken()) 1449 1449 { 1450 $this->_user->reset();1451 $this->_buildPage('login', array('error' => Utilities::iGet()->_('Invalid token')));1452 return $this ;1450 //$this->_user->reset(); 1451 //$this->_buildPage('login', array('error' => Utilities::iGet()->_('Invalid token'))); 1452 return $this->do_logout(); 1453 1453 } 1454 1454
Note: See TracChangeset
for help on using the changeset viewer.