Skip to content

Commit 0fe4b0a

Browse files
committed
fix
1 parent cf8841b commit 0fe4b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/lib/APIHelpers.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Class APIhelpers
55
*/
6-
if (!class_exists(APIhelpers)) {
6+
if (!class_exists('APIhelpers')) {
77

88
class APIhelpers
99
{

0 commit comments

Comments
 (0)