mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-03 22:25:04 -04:00
Coding style
Remove spaces before parenthesis. See https://github.com/marienfressinaud/FreshRSS/issues/655
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
class FreshRSS_javascript_Controller extends Minz_ActionController {
|
||||
public function firstAction () {
|
||||
$this->view->_useLayout (false);
|
||||
public function firstAction() {
|
||||
$this->view->_useLayout(false);
|
||||
}
|
||||
|
||||
public function actualizeAction () {
|
||||
public function actualizeAction() {
|
||||
header('Content-Type: text/javascript; charset=UTF-8');
|
||||
$feedDAO = FreshRSS_Factory::createFeedDao();
|
||||
$this->view->feeds = $feedDAO->listFeedsOrderUpdate($this->view->conf->ttl_default);
|
||||
|
||||
Reference in New Issue
Block a user