Changed:
- here `Logger::level()` is okay to use - added more logging in wall_upload.php - formatted array and put all $array['foo'] = $foo; into a single statement - <include|require[_once]> are all no functions, but keywords
This commit is contained in:
@@ -24,11 +24,11 @@ use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\DI;
|
||||
|
||||
require_once("mod/notes.php");
|
||||
require_once 'mod/notes.php';
|
||||
|
||||
function update_notes_content(App $a) {
|
||||
|
||||
$profile_uid = intval($_GET["p"]);
|
||||
function update_notes_content(App $a)
|
||||
{
|
||||
$profile_uid = intval($_GET['p']);
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user