mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- decoupled filter from type-classes, this is required for items.php to be
groupable - force profile.lastupdated to new Date; trial and aerror on raid-progress; remove 'profile=summary' from generated pages (is generated by jscript) - fixed some misc errors
This commit is contained in:
@@ -17,6 +17,8 @@ require 'includes/database.class.php';
|
||||
|
||||
// autoload List-Classes and Associated Filters
|
||||
spl_autoload_register(function ($class) {
|
||||
$class = str_replace('Filter', '', $class);
|
||||
|
||||
if (strpos($class, 'List') && !class_exists($class))
|
||||
{
|
||||
if (!class_exists('BaseType'))
|
||||
|
||||
Reference in New Issue
Block a user