This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
FeedWriter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
making feeditem require path absolute
multifeed_api
Phil Freo
14 years ago
parent
26918c7707
commit
a9bbe20a94
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
FeedWriter.php
+ 1
- 1
FeedWriter.php
View File
@ -29,7 +29,7 @@ define('RSS2', 'RSS 2.0', true);
define
(
'ATOM'
,
'ATOM'
,
true
);
if
(
!
class_exists
(
'FeedItem'
))
require
'
.
/FeedItem.php'
;
require
__DIR__
.
'/FeedItem.php'
;
/**
*
Universal
Feed
Writer
class
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save