Skip to content

Commit 5d4ffa0

Browse files
committed
Switch fake_log to use __construct
1 parent 793f0f8 commit 5d4ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/download_test_classes.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ class fake_log extends PEAR_Frontend
796796
{
797797
var $_log = array();
798798
var $_download = array();
799-
function fake_log()
799+
function __construct()
800800
{
801801
$GLOBALS['_PEAR_FRONTEND_SINGLETON'] = &$GLOBALS['fakelog'];
802802
}

0 commit comments

Comments
 (0)