mirror of https://github.com/wallabag/wallabag.git
SensioLabsInsight fixes
This commit is contained in:
parent
b0b893eafd
commit
5f8a785719
|
@ -31,8 +31,6 @@ parameters:
|
|||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
switftmailer_username: null
|
||||
switftmailer_password: null
|
||||
|
||||
locale: en
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ parameters:
|
|||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
switftmailer_username: null
|
||||
switftmailer_password: null
|
||||
|
||||
locale: en
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ parameters:
|
|||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
switftmailer_username: null
|
||||
switftmailer_password: null
|
||||
|
||||
locale: en
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ parameters:
|
|||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
switftmailer_username: null
|
||||
switftmailer_password: null
|
||||
|
||||
locale: en
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ class ConfigController extends Controller
|
|||
*
|
||||
* @return \Symfony\Component\HttpFoundation\RedirectResponse
|
||||
*/
|
||||
public function deleteTaggingRule(TaggingRule $rule)
|
||||
public function deleteTaggingRuleAction(TaggingRule $rule)
|
||||
{
|
||||
if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) {
|
||||
throw $this->createAccessDeniedException('You can not access this tagging ryle.');
|
||||
|
|
|
@ -81,7 +81,7 @@ class EntryController extends Controller
|
|||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
*/
|
||||
public function addEntryViaBookmarklet(Request $request)
|
||||
public function addEntryViaBookmarkletAction(Request $request)
|
||||
{
|
||||
$entry = new Entry($this->getUser());
|
||||
$entry->setUrl($request->get('url'));
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue