[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [11877] property: more on vfs
From: |
Sigurd Nes |
Subject: |
[Fmsystem-commits] [11877] property: more on vfs |
Date: |
Fri, 28 Mar 2014 14:14:14 +0000 |
Revision: 11877
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11877
Author: sigurdne
Date: 2014-03-28 14:14:14 +0000 (Fri, 28 Mar 2014)
Log Message:
-----------
property: more on vfs
Modified Paths:
--------------
trunk/phpgwapi/inc/class.vfs_sql.inc.php
Modified: trunk/phpgwapi/inc/class.vfs_sql.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.vfs_sql.inc.php 2014-03-28 13:32:26 UTC (rev
11876)
+++ trunk/phpgwapi/inc/class.vfs_sql.inc.php 2014-03-28 14:14:14 UTC (rev
11877)
@@ -1151,7 +1151,7 @@
return false;
}
- $size =
$this->fileoperation->filesize($t);
+ $size =
$this->fileoperation->filesize($f);
}
else
{
@@ -1420,7 +1420,7 @@
$error = $error.
"t->real_full_path: $t->real_full_path \n";
throw new Exception($error);
}
- $size =
$this->fileoperation->filesize($t);
+ $size =
$this->fileoperation->filesize($f);
}
else
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [11877] property: more on vfs,
Sigurd Nes <=