Browse Source

Fix tests.

pull/25/head
Ned Zimmerman 7 years ago
parent
commit
bf93434a3d
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 4
      app/controllers/App.php

4
app/controllers/App.php

@ -43,7 +43,9 @@ class App extends Controller
return 'network-footer__block--empty';
}
}
return (is_active_sidebar("network-footer-block-$index")) ? "network-footer__block--$index" : 'network-footer__block--empty';
return (is_active_sidebar("network-footer-block-$index")) ?
"network-footer__block--$index" :
'network-footer__block--empty';
}
public static function title()

Loading…
Cancel
Save