RooPostTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:09:06 +0000 (10:09 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:09:06 +0000 (10:09 +0800)
RooPostTrait.php

index 58dd00f..d5239a9 100644 (file)
@@ -122,6 +122,8 @@ trait Pman_Core_RooPostTrait {
         
         $old = false;
         
+        // not sure if this is a good idea here...
+        
         if (!empty($_REQUEST['_ids'])) {
             $ids = explode(',',$_REQUEST['_ids']);
             $x->whereAddIn($this->key, $ids, 'int');