suppress deprecation warning

This commit is contained in:
real_nowhereman 2009-09-28 22:13:00 +00:00
parent af198950ca
commit 7fc0909828

View File

@ -1,6 +1,6 @@
<?php
$o =& new fs_filelister('./setup/lang/');
$o = new fs_filelister('./setup/lang/');
$languages = $o->getList();
?>