mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Fix require_once format
This commit is contained in:
parent
fa3fa42d96
commit
82b423c5ac
21 changed files with 104 additions and 108 deletions
|
@ -88,7 +88,7 @@ function format_event_html($ev, $simple = false) {
|
|||
function parse_event($h) {
|
||||
|
||||
require_once('include/Scrape.php');
|
||||
require_once('include/html2bbcode');
|
||||
require_once 'include/html2bbcode';
|
||||
|
||||
$h = '<html><body>' . $h . '</body></html>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue