소스 검색

[ZF-7153] Zend_Filter*:

- fixed array support

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18089 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 년 전
부모
커밋
b442bd87c6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      library/Zend/Filter/StringToUpper.php

+ 0 - 2
library/Zend/Filter/StringToUpper.php

@@ -60,8 +60,6 @@ class Zend_Filter_StringToUpper implements Zend_Filter_Interface
         if (array_key_exists('encoding', $options)) {
             $this->setEncoding($options);
         }
-
-        $this->setEncoding($options);
     }
 
     /**