From e2fb094693e94d425fa9f59278806ef636fc127b Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 1 May 2012 21:07:08 +0200 Subject: some more porting --- apps/files/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/index.php') diff --git a/apps/files/index.php b/apps/files/index.php index c1b99cfaf5a..180452593ab 100755 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -44,7 +44,7 @@ if(!OC_Filesystem::is_dir($dir.'/')) { $files = array(); foreach( OC_Files::getdirectorycontent( $dir ) as $i ){ - $i["date"] = OC_Util::formatDate($i["mtime"] ); + $i["date"] = OCP\Util::formatDate($i["mtime"] ); if($i['type']=='file'){ $fileinfo=pathinfo($i['name']); $i['basename']=$fileinfo['filename']; -- cgit v1.2.3