mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
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:
parent
71e82bc861
commit
ceffd0ef6c
3 changed files with 64 additions and 44 deletions
|
@ -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']);
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue