Skip to content

Commit

Permalink
Fixed typo in var name in registerActiveRecordStaticMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffturcotte committed Jan 8, 2013
1 parent f23cd87 commit 424af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fORM.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ static public function registerActiveRecordStaticMethod($class, $method, $callba
if (!fCore::checkVersion('5.3')) {
throw new fProgrammerException(
'fORM::registerActiveRecordStaticMethod is only available to PHP 5.3+',
$method_name
$method
);
};

Expand Down

0 comments on commit 424af4f

Please sign in to comment.