Skip to content

Commit 92a0720

Browse files
committed
🐛 fix function_exists('use_package') to function_exists('use_thirdparty') instead
Signed-off-by: otengkwame <[email protected]>
1 parent 965a0f5 commit 92a0720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/helpers/ci_core_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ function use_config(
10091009
}
10101010
}
10111011

1012-
if ( ! function_exists('use_package'))
1012+
if ( ! function_exists('use_thirdparty'))
10131013
{
10141014
/**
10151015
* Use a package from a specific directory

0 commit comments

Comments
 (0)