mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
Fixed BC issue with PHP 5.2 and __DIR__.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once '/../Entity/NewsItem.php';
|
||||
require_once '/NewsGateway.php';
|
||||
require_once 'Entity/NewsItem.php';
|
||||
require_once 'NewsGateway.php';
|
||||
|
||||
class NewsFileSystemGateway implements NewsGateway {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user