Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:45:28 +0000 (17:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:45:28 +0000 (17:45 +0800)
Lock.php

index 7d6848d..2870e38 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -48,9 +48,12 @@ class Pman_Core_Lock extends Pman
         return true; 
     }
     
-    function get()
+    function get($action)
     {
         // should we allow url links to lock things???
+        // only for debuggin??
+        $this->post($action);
+        // 
         $this->jerr("invalid request");
     }