Misc/Fixup
* make time formatting js compatible * add auto-discovery for rss feeds * fix typos * define more magic numbers
This commit is contained in:
parent
b35ab67360
commit
40b5c992e2
18 changed files with 70 additions and 65 deletions
|
|
@ -205,7 +205,7 @@ abstract class CLI
|
|||
|
||||
$path .= ($path ? DIRECTORY_SEPARATOR : '').trim($fileOrPath);
|
||||
|
||||
// remove double quotes (from erronous user input), single quotes are
|
||||
// remove double quotes (from erroneous user input), single quotes are
|
||||
// valid chars for filenames and removing those mutilates several wow icons
|
||||
$path = str_replace('"', '', $path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue