X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fcommon.inc.php;h=1c0b9d39ed6647852a139fd7e57fe35cc1a99662;hb=9dd0544eb8fa39338b76e30c37022a1f76ed83eb;hp=04535e13d74b830b317aefd66c7ae006aabf5201;hpb=5b48ebf46ef939d701852d2117bbcf308036027c;p=platal.git diff --git a/include/common.inc.php b/include/common.inc.php index 04535e1..1c0b9d3 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -23,7 +23,7 @@ function __autoload($cls) { if (!pl_autoload($cls)) { $cls = strtolower($cls); - if (substr($cls, 0, 4) == 'ufc_' || substr($cls, 0, 4) == 'ufo_' || $cls == 'profilefilter') { + if (substr($cls, 0, 4) == 'ufc_' || substr($cls, 0, 4) == 'ufo_' || $cls == 'profilefilter' || $cls == 'userfiltercondition' || $cls == 'userfilterorder') { __autoload('userfilter'); return; } else if (substr($cls, 0, 4) == 'pfc_'