summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/ajax/delete.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-02 13:39:48 +0200
committerkondou <kondou@ts.unde.re>2013-08-02 13:39:48 +0200
commit12ee590b2ccf33afa03ddda02d05f36273c1cdf3 (patch)
tree27433778a54e3de91f3f3df506a3aeea19bc9c47 /apps/files_trashbin/ajax/delete.php
parent20b688d4be7651b2e71fe4256101417d882fb3b1 (diff)
parentc5c05b808c777c9ef3e2faff5d0621c1fa7253ea (diff)
downloadnextcloud-server-12ee590b2ccf33afa03ddda02d05f36273c1cdf3.tar.gz
nextcloud-server-12ee590b2ccf33afa03ddda02d05f36273c1cdf3.zip
Merge branch 'master' into add_ocimage_unittest
Diffstat (limited to 'apps/files_trashbin/ajax/delete.php')
-rw-r--r--apps/files_trashbin/ajax/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php
index 16c39ab3853..92361b65f63 100644
--- a/apps/files_trashbin/ajax/delete.php
+++ b/apps/files_trashbin/ajax/delete.php
@@ -13,7 +13,7 @@ $success = array();
$i = 0;
foreach ($list as $file) {
- if ( $dirlisting=='0') {
+ if ( $dirlisting === '0') {
$delimiter = strrpos($file, '.d');
$filename = substr($file, 0, $delimiter);
$timestamp = substr($file, $delimiter+2);