Fix build PHP 5.4

This commit is contained in:
Romain Neutron
2012-04-28 03:55:10 +02:00
parent 7c4ee5e487
commit 6911718c46

View File

@@ -15,7 +15,7 @@
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class system_file extends SplFileObject
class system_file extends \SplFileInfo
{
/**
*