Add (!class_exists('extension'))

This commit is contained in:
markjcrane 2016-04-28 16:57:42 -06:00
parent bc51cd7d1d
commit e34196585c
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@
*/ */
//define the directory class //define the directory class
if (!class_exists('extension')) {
class extension { class extension {
public $db; public $db;
public $domain_uuid; public $domain_uuid;
@ -504,5 +505,6 @@
} }
} }
} }
}
?> ?>