Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
/ICEcoderPublic archive

Commit52d8440

Browse files
committed
fixing funcion name case mismatch
1 parent76dc065 commit52d8440

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎lib/get-branch.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function parseGitignore($file) { # $file = '/absolute/path/to/.gitignore'
137137
ftpEnd();
138138
// or get local list
139139
}else {
140-
$finalArray =scanDir($scanDir.$location);
140+
$finalArray =scandir($scanDir.$location);
141141
}
142142

143143
foreach($finalArrayas$entry) {
@@ -479,4 +479,4 @@ function parseGitignore($file) { # $file = '/absolute/path/to/.gitignore'
479479
}
480480
</script>
481481
</body>
482-
</html>
482+
</html>

‎lib/updater.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function copyOverSettings($icvInfo) {
194194
transposeSettings(PATH."lib/config___users-template.php","config___users-template.php","config___users-template.php");
195195

196196
// Users settings files
197-
$fileList =scanDir(PATH."lib/");
197+
$fileList =scandir(PATH."lib/");
198198
for ($i=0;$i<count($fileList);$i++) {
199199
if (strpos($fileList[$i],"config-") > -1) {
200200
echo'Transposing users settings file'.$fileList[$i].'...<br>';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp