Removed a test line
This commit is contained in:
parent
98bc7c7df1
commit
23392b6b91
@ -144,7 +144,6 @@ class CronUploader extends Extension
|
|||||||
// Set default values
|
// Set default values
|
||||||
$this->upload_key = $config->get_string("cron_uploader_key", "");
|
$this->upload_key = $config->get_string("cron_uploader_key", "");
|
||||||
if (strlen($this->upload_key)<=0) {
|
if (strlen($this->upload_key)<=0) {
|
||||||
echo "test2";
|
|
||||||
$this->upload_key = $this->generate_key();
|
$this->upload_key = $this->generate_key();
|
||||||
|
|
||||||
$config->set_default_int('cron_uploader_count', 1);
|
$config->set_default_int('cron_uploader_count', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user