From bfc1babb649cd341a0cd19095216cbeab43db121 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 18 Oct 2014 22:17:39 +0100 Subject: [PATCH] Fix to path used here, needs pipes? --- lib/properties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/properties.php b/lib/properties.php index 8399d6d..fcec629 100644 --- a/lib/properties.php +++ b/lib/properties.php @@ -166,7 +166,7 @@ var validatePerms = function() { permText.split("")[2]*1 <0 || permText.split("")[2]*1 >7) { canUpdate = false; } - if (canUpdate) {top.ICEcoder.chmod('',permText)}; + if (canUpdate) {top.ICEcoder.chmod('',permText)}; }