+2010-11-30 Steffen Gebert <steffen@steffen-gebert.de>
+
+ * Fixed bug #16598: Login via OpenID is impossible (Thanks to Henrik Ziegenhain)
+
2010-11-29 Ernesto Baschny <ernst@cron-it.de>
* Follow-up to #15998: Fixed CGL issue with naming and added exception codes
else {
$sort = 'tstamp DESC';
}
- $row = $GLOBALS['TYPO3_DB']->exec_SELECTgetSingleRow('uid, content',
- self::ASSOCIATION_TABLE_NAME, $where, '', $sort, '1');
+ $row = $GLOBALS['TYPO3_DB']->exec_SELECTgetSingleRow(
+ 'uid, content',
+ self::ASSOCIATION_TABLE_NAME,
+ $where,
+ '',
+ $sort
+ );
$result = null;
if (is_array($row)) {