|
@@ -106,7 +106,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
|
|
|
|
|
|
|
Minz_Request::forward(array(
|
|
Minz_Request::forward(array(
|
|
|
'c' => 'configure',
|
|
'c' => 'configure',
|
|
|
- 'a' => 'display'
|
|
|
|
|
|
|
+ 'a' => 'archiving'
|
|
|
), true);
|
|
), true);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -147,7 +147,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
|
|
|
|
|
|
|
Minz_Request::forward(array(
|
|
Minz_Request::forward(array(
|
|
|
'c' => 'configure',
|
|
'c' => 'configure',
|
|
|
- 'a' => 'display'
|
|
|
|
|
|
|
+ 'a' => 'archiving'
|
|
|
), true);
|
|
), true);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|