@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | if ($format) |
62 | 62 | { |
63 | - $this->setFormat($format); |
|
63 | + $this->setFormat($format); |
|
64 | 64 | } |
65 | 65 | $this->file_name=$file_name; |
66 | 66 | } |
@@ -177,7 +177,7 @@ |
||
177 | 177 | */ |
178 | 178 | public function setTimeout($timeout) |
179 | 179 | { |
180 | - return $this->settings()->max_execution_time($timeout); |
|
180 | + return $this->settings()->max_execution_time($timeout); |
|
181 | 181 | } |
182 | 182 | |
183 | 183 | /** |
@@ -503,7 +503,7 @@ |
||
503 | 503 | */ |
504 | 504 | public function getSizeTable($database_table) |
505 | 505 | { |
506 | - $nodes=$this->getNodesByTable($database_table); |
|
506 | + $nodes=$this->getNodesByTable($database_table); |
|
507 | 507 | // scan need node`s |
508 | 508 | foreach ($nodes as $node) |
509 | 509 | { |