branding
This commit is contained in:
@ -27,7 +27,7 @@ class Extensions extends Controller {
|
||||
|
||||
public function mobile() {
|
||||
self::$title = 'Mobile Bookmarklet';
|
||||
if ( App::$isLoggedIn ) {
|
||||
if ( ! App::$isLoggedIn ) {
|
||||
return Issues::add( 'error', 'Unfortunately you will need to sign in to generate the bookmarklet unique to your account.' );
|
||||
}
|
||||
Views::view( 'bookmarks.extensions.bookmarklet' );
|
||||
|
Reference in New Issue
Block a user