Browse Source

Fix function definition check.

Mark Story 8 years ago
parent
commit
63cd603fc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/functions.php

+ 1 - 1
src/Core/functions.php

@@ -281,7 +281,7 @@ if (!function_exists('deprecationWarning')) {
     }
 }
 
-if (!function_exists('getVarType')) {
+if (!function_exists('getTypeName')) {
     /**
      * Returns the objects class or var type of it's not an object
      *