Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Jan 2, 2012
1 parent 552526e commit e7e53f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/database/table.php
Expand Up @@ -531,7 +531,7 @@ public function load($keys = null, $reset = true)
}
catch (JDatabaseException $e)
{
$je = new JException($e::getMessage());
$je = new JException($e->getMessage());
$this->setError($je);
return false;
}
Expand Down

0 comments on commit e7e53f7

Please sign in to comment.