Manual loading fix for more classes in Zend_ pseudo-ns

This commit is contained in:
Lucas Bickel 2017-03-02 14:40:29 +01:00
parent 7b04f413a0
commit 51960a891f
7 changed files with 19 additions and 3 deletions

View file

@ -1,5 +1,7 @@
<?php
require_once 'customvalidators/ConditionalNotEmpty.php';
class Application_Form_AddShowLiveStream extends Zend_Form_SubForm
{