Fix preference page with customer ImageSize plugin

As noted in the code, this was getting loaded in a rather special way.
This commit is contained in:
Lucas Bickel 2017-03-02 14:29:19 +01:00
parent 693f1f6e51
commit 4a7f3ea001
2 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,9 @@
<?php
// this is not getting loaded by autloading since it has a classname
// that makes it clash with how zf1 expects to load plugins.
require_once 'customfilters/ImageSize.php';
class Application_Form_GeneralPreferences extends Zend_Form_SubForm
{