Skip to content

Commit

Permalink
Remove PHP4 option in overloadable class include.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 5, 2010
1 parent 50a5471 commit e05d670
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cake/libs/overloadable.php
Expand Up @@ -29,9 +29,5 @@
* Load the interface class based on the version of PHP.
*
*/
if (!PHP5) {
require(LIBS . 'overloadable_php4.php');
} else {
require(LIBS . 'overloadable_php5.php');
}
require(LIBS . 'overloadable_php5.php');
?>

0 comments on commit e05d670

Please sign in to comment.