Remove redundant "ERROR: " prefix

pull/6724/head
Aleksander Machniak 5 years ago
parent 706313bdeb
commit 9ab932d9ba

@ -31,7 +31,7 @@ $cfgfile = INSTALL_PATH . 'jsdeps.json';
$SOURCES = json_decode(file_get_contents($cfgfile), true);
if (empty($SOURCES['dependencies'])) {
rcube::raise_error("ERROR: Failed to read dependencies list from $cfgfile", false, true);
rcube::raise_error("Failed to read dependencies list from $cfgfile", false, true);
}
$CURL = trim(`which curl`);

Loading…
Cancel
Save