Skip to content

Commit

Permalink
Typo… My Bad!
Browse files Browse the repository at this point in the history
  • Loading branch information
CubedEye committed Oct 22, 2012
1 parent f0cd1c4 commit 3f62e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions classes/base/session/leap.php
Expand Up @@ -173,10 +173,8 @@ protected function _regenerate() {
$id = str_replace('.', '-', uniqid(NULL, TRUE));
$count = DB_ORM::select($this->_table, array($this->_columns['session_id']))
->where($this->_columns['session_id'], '=', $id)
->limit(1)
->query()
->fetch(0)
->id;
->count();
}
while ($count > 0);

Expand Down

0 comments on commit 3f62e77

Please sign in to comment.