reindent BookmarkPlugin
This commit is contained in:
parent
d8de285d4e
commit
15f4e0a9f0
|
@ -107,20 +107,20 @@ class BookmarkPlugin extends Plugin
|
|||
$dir = dirname(__FILE__);
|
||||
|
||||
switch ($cls)
|
||||
{
|
||||
case 'NewbookmarkAction':
|
||||
include_once $dir.'/newbookmark.php';
|
||||
{
|
||||
case 'NewbookmarkAction':
|
||||
include_once $dir.'/newbookmark.php';
|
||||
return false;
|
||||
case 'Notice_bookmark':
|
||||
include_once $dir.'/'.$cls.'.php';
|
||||
return false;
|
||||
case 'BookmarkForm':
|
||||
case 'DeliciousBackupImporter':
|
||||
include_once $dir.'/'.strtolower($cls).'.php';
|
||||
return false;
|
||||
case 'Notice_bookmark':
|
||||
include_once $dir.'/'.$cls.'.php';
|
||||
return false;
|
||||
case 'BookmarkForm':
|
||||
case 'DeliciousBackupImporter':
|
||||
include_once $dir.'/'.strtolower($cls).'.php';
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -203,7 +203,8 @@ class BookmarkPlugin extends Plugin
|
|||
$object->id = $notice->uri;
|
||||
$object->type = ActivityObject::BOOKMARK;
|
||||
$object->title = $nb->title;
|
||||
$object->summary = $nb->summary;
|
||||
$object->summary = $nb->description;
|
||||
$object->link = $notice->bestUrl();
|
||||
|
||||
// Attributes of the URL
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user