This commit is contained in:
nobody 2020-11-29 16:43:31 -08:00
parent 0745a4d840
commit cf3fa17c8b

View file

@ -10,7 +10,7 @@ class Drafts extends Controller {
function init() {
if (local_channel() && Apps::system_app_installed(local_channel(),'Drafts')) {
goaway(z_root() . '/stream/?draft=1';
goaway(z_root() . '/stream/?draft=1');
}
}