Some 'static' array elements rewritten to constant, other cleanups
[core.git] / inc / classes / main / filter / class_BaseFilterDecorator.php
index a3a23693254a8df84db8c60354361195c25ee5d3..338f0cb0f4537547e92318ccfde09c588b53ff70 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable {
+class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable {
        /**
         * The decorated filter instance
         */