removed unnecessary break that was breaking code inspection

This commit is contained in:
Petr Skoda
2010-09-18 10:51:24 +00:00
parent 7def9d4345
commit 520ab2b1b0
+1 -1
View File
@@ -213,7 +213,7 @@ class portfolio_exporter {
}
if (!$this->alreadystolen[$stage] && $url = $this->instance->steal_control($stage)) {
$this->save();
redirect($url); // does not return
redirect($url);
} else {
$this->save();
}