Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit a1069b8

Browse files
committed
STYLE: refs #952. Fix trailing whitespace
1 parent 990f53b commit a1069b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/AppController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function preDispatch()
109109
{
110110
$userDao = $userModel->load($tmp[0]);
111111

112-
if(version_compare(Zend_Registry::get('configDatabase')->version, '3.2.12', '>=') &&
112+
if(version_compare(Zend_Registry::get('configDatabase')->version, '3.2.12', '>=') &&
113113
$userDao != false && $userModel->hashExists($tmp[1]))
114114
{
115115
$user->Dao = $userDao;

core/models/pdo/UserModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ function legacyAuthenticate($userDao, $instanceSalt, $password)
318318
$sql = $this->database->select()->setIntegrityCheck(false)
319319
->where('user_id = ?', $userDao->getKey());
320320

321-
322321
$row = $this->database->fetchRow($sql);
323322
$pw = $row['password'];
324323

0 commit comments

Comments
 (0)