X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=MessagePreview.php;h=e12a031292a12e021c3b46a05bfe97032939c8d8;hb=ca4761f3d6530b562525feec940a63c82cf45dc9;hp=f59cde177e0f2f376661919f83a9a373777494a8;hpb=79d9af6afc635af2ce9096ed4472be484ad3d422;p=Pman.Core diff --git a/MessagePreview.php b/MessagePreview.php index f59cde17..e12a0312 100644 --- a/MessagePreview.php +++ b/MessagePreview.php @@ -20,6 +20,7 @@ class Pman_Core_MessagePreview extends Pman function get($v, $opts=array()) { + if(empty($_REQUEST['_id']) || empty($_REQUEST['_table'])){ $this->jerr('Missing Options'); }