mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Revert to require_once
Keeping these statements as they were.
This commit is contained in:
parent
1565061454
commit
bc65cc2af1
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ function queue_run(&$argv, &$argc)
|
|||
|
||||
// delivering
|
||||
|
||||
include_once 'include/salmon.php';
|
||||
require_once 'include/salmon.php';
|
||||
|
||||
$r = q(
|
||||
"SELECT * FROM `queue` WHERE `id` = %d LIMIT 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue