mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
fix typo
This commit is contained in:
parent
de61d9f1f3
commit
e40f7e6a25
|
@ -660,7 +660,7 @@ class SeedDMS_Extension_Mgr {
|
||||||
}
|
}
|
||||||
file_put_contents($this->cachedir."/".self::repos_list_file, $file);
|
file_put_contents($this->cachedir."/".self::repos_list_file, $file);
|
||||||
} else {
|
} else {
|
||||||
$this->errmsgs[] = 'Could not fetch cxtension list';
|
$this->errmsgs[] = 'Could not fetch extension list';
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user