UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 08:13:29 +0000 (16:13 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 08:13:29 +0000 (16:13 +0800)
UpdateDatabase.php

index 437b152..35620a4 100644 (file)
@@ -761,7 +761,7 @@ class Pman_Core_UpdateDatabase extends Pman
             try {
                 $method = new ReflectionMethod($clsname , 'test_'. $name) ;
                 $got_it = $method->isStatic();
-            } catch($e) {
+            } catch(Exception $e) {
                 $got_it = false;
                 
             }