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,7 +1,13 @@
<?php
/**
* Check if a field is empty but only when specific fields have specific values
*
* WARNING: you need to include this file directly when using it, it clashes with the
* way zf1 Zend_Loader_PluginLoader expects it to be found. Another way around this
* might be to rename the class and have the new name get loaded proper.
*
* Since this is only getting used in a few places I am re-adding the
* require_once there to get this fixed for now.
*/
class ConditionalNotEmpty extends Zend_Validate_Abstract
{