DEFINE capital fix, JS action indicator fix, basic class date check fix

- captial DEFINE is now lower case
- indicator is visible check in javascript for showing indicator
- remove not needed overlay box 100% css, this is set in the stylesheet
anway
- Fix array pad missing in date compare functions in Basic class
This commit is contained in:
Clemens Schwaighofer
2020-02-06 18:07:04 +09:00
parent a1afc1fb2e
commit 5601b14d5f
3 changed files with 14 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ $paths = array(
foreach ($paths as $path) {
if (file_exists($path.DS.'convert') && is_file($path.DS.'convert')) {
// image magick convert location
DEFINE('CONVERT', $path.DS.'convert');
define('CONVERT', $path.DS.'convert');
}
}
unset($paths);