1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-30 21:07:48 +01:00

this is IF...

This commit is contained in:
Zrips 2015-12-17 14:06:36 +02:00
parent 90b4813a01
commit 992773214a

View File

@ -104,7 +104,7 @@ public class PermissionHandler {
if (found == false) if (found == false)
ok = false; ok = false;
} }
if (ok = false) if (ok == false)
break; break;
if (oneReq.toLowerCase().contains("p:")) { if (oneReq.toLowerCase().contains("p:")) {