Lock.php
[Pman.Core] / Lock.php
index 6dfe098..6ff0f90 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -55,9 +55,6 @@ class Pman_Core_Lock extends Pman
         $action = empty($action) ? 'lock' : 'unlock';
         $this->$action();
         
-       
-        
-        
     }
     
     function unlock()