mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Rename to singular
Rename and update references. Standards and a require_once.
This commit is contained in:
parent
2f0da29c75
commit
6e5471def3
22 changed files with 59 additions and 56 deletions
|
@ -2291,7 +2291,7 @@ function admin_page_features_post(App $a)
|
|||
logger('postvars: ' . print_r($_POST, true), LOGGER_DATA);
|
||||
|
||||
$arr = array();
|
||||
$features = Features::get(false);
|
||||
$features = Feature::get(false);
|
||||
|
||||
foreach ($features as $fname => $fdata) {
|
||||
foreach (array_slice($fdata, 1) as $f) {
|
||||
|
@ -2336,7 +2336,7 @@ function admin_page_features(App $a)
|
|||
{
|
||||
if ((argc() > 1) && (argv(1) === 'features')) {
|
||||
$arr = array();
|
||||
$features = Features::get(false);
|
||||
$features = Feature::get(false);
|
||||
|
||||
foreach ($features as $fname => $fdata) {
|
||||
$arr[$fname] = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue