1
0
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:
Levi Morrison
2012-07-11 11:57:55 -06:00
parent 5489c2b053
commit dfbc65131f

View File

@@ -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 {