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:
parent
693f1f6e51
commit
4a7f3ea001
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue