mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-04 00:18:56 +02:00
Commented code should not be commited #inslight
This commit is contained in:
@@ -592,7 +592,6 @@ class EncryptTask extends AbstractTask
|
||||
* @return bool
|
||||
*/
|
||||
private function switchSrcToTmp() {
|
||||
//echo "\nSwitching :" . $this->source . " -> To :" . $this->ionSource."\n";
|
||||
$ret = Console::executeCommand ( 'mv ' . $this->source . ' ' . $this->ionSource, $out );
|
||||
if (! $ret) {
|
||||
throw new ErrorWithMessageException ( 'Cant create tmp dir :' . $out, $ret );
|
||||
|
||||
Reference in New Issue
Block a user