Skip to content

Commit 585732c

Browse files
committed
Fix static and private combination
1 parent 1dc148f commit 585732c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Installer
1515
{
1616
public static function install()
1717
{
18-
static::copy('vendor/kenjis/codeigniter-ss-twig/libraries/Twig.php', 'application/libraries/Twig.php');
18+
self::copy('vendor/kenjis/codeigniter-ss-twig/libraries/Twig.php', 'application/libraries/Twig.php');
1919
}
2020

2121
private static function copy($src, $dst)

0 commit comments

Comments
 (0)