mirror of
https://github.com/humhub/humhub.git
synced 2025-02-12 03:26:25 +01:00
Fixed typo in CheckClassType helper
This commit is contained in:
parent
519e0512cd
commit
ec95692f00
@ -202,7 +202,7 @@ class Helpers
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (class_exists($className) && is_a($className, $t, true)) {
|
||||
if (class_exists($className) && is_a($className, $type, true)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user