X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=MessagePreview.php;fp=MessagePreview.php;h=e12a031292a12e021c3b46a05bfe97032939c8d8;hp=f59cde177e0f2f376661919f83a9a373777494a8;hb=aacf637cc08aec6b885b21e05f19f04721532940;hpb=3dfa28ee12e72e27f69a7734bef807c2628e5d53 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'); }