MessagePreview.php
authorAlan <alan@roojs.com>
Thu, 29 Sep 2022 07:38:52 +0000 (15:38 +0800)
committerAlan <alan@roojs.com>
Thu, 29 Sep 2022 07:38:52 +0000 (15:38 +0800)
MessagePreview.php

index 306decb..8d06c9a 100644 (file)
@@ -37,7 +37,7 @@ class Pman_Core_MessagePreview extends Pman
         
         
         if (isset($_REQUEST['ontable']) && !empty($_REQUEST['onid']) && !empty($_REQUEST['evtype'])) {
-            $t = DB_DataObject::factory(preg_replace('/^[a-z_]+/i', '', $_REQUEST['ontable']));
+            $t = DB_DataObject::factory(preg_replace('/[a-z_]+/i', '', $_REQUEST['ontable']));
             if (!is_a($t, 'DB_DataObject') && !is_a($t, 'PDO_DataObject')) {
                 $this->jerr("invalid URL");
             }