// First we have to figure out if the user is allowed to edit the article.
// We'll check if it's inuse, if they want to edit it and if all plugins allow it.
$inUse = false;
$allow = false;
$view = false;
dann unten auch ändern mit einer isset() konstruktion...
per default wäre $view sonst immer false...
und nur einmalig bei gesetztem $changeview hätte es einen anderen wert...
das ist der fehler... und ein ziemlich schwerer noch dazu..