OSDN Git Service

#17549 - Remove constructor with reference.
[mulab/sd2nd.git] / trust_path / modules / sd2nd / actions / LearnedAbilityListAction.class.php
index 42ab0cf..a6d06cf 100644 (file)
@@ -39,7 +39,7 @@ class Sd2nd_LearnedAbilityListAction extends Sd2nd_AbstractListAction
     **/
     protected function &_getFilterForm()
     {
-        // $filter =& new Sd2nd_LearnedAbilityFilterForm();
+        // $filter = new Sd2nd_LearnedAbilityFilterForm();
         $filter =& $this->mAsset->getObject('filter', 'learnedAbility',false);
         $filter->prepare($this->_getPageNavi(), $this->_getHandler());
         return $filter;