Lock.php
[Pman.Core] / Lock.php
index 87e7e77..da6f0a9 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -20,7 +20,9 @@ class Pman_Core_Lock extends Pman
     
     function get()
     {
-        
+        if (empty(
+        $tab = str_replace('/', '',$tab); // basic protection??
+        $x = DB_DataObject::factory($tab);
     }
     
 }
\ No newline at end of file