Skip to content

Commit d40f0c6

Browse files
author
davidhurley
committed
Merge pull request #19 from xillibit/patch-5
#14 First Error (Strict) Install
2 parents ae1ed68 + d9a3db5 commit d40f0c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

install/helpers/uri.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?php
2-
class CURI{
3-
4-
function base(){
5-
return substr(JURI::base(),0, strrpos(JURI::base(),"install/"));
6-
}
7-
1+
<?php
2+
class CURI{
3+
4+
public static function base(){
5+
return substr(JURI::base(),0, strrpos(JURI::base(),"install/"));
6+
}
7+
88
}

0 commit comments

Comments
 (0)