Update of /cvsroot/php-blog/serendipity/include/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25104/include/admin
Modified Files:
images.inc.php
Log Message:
resolve some conflicts with bundled vs. pre-installed pears
Index: images.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/images.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- images.inc.php 10 Jan 2005 16:01:47 -0000 1.10
+++ images.inc.php 19 Jan 2005 11:00:03 -0000 1.11
@@ -130,7 +130,7 @@
if (file_exists($target)) {
echo '(' . $target . ') ' . ERROR_FILE_EXISTS_ALREADY;
} else {
- require_once "HTTP/Request.php";
+ require_once S9Y_INCLUDE_PATH . 'bundled-libs/HTTP/Request.php';
$req = &new HTTP_Request($serendipity['POST']['imageurl']);
// Try to get the URL
|