r110439 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110438‎ | r110439 | r110440 >
Date:22:15, 31 January 2012
Author:aaron
Status:ok
Tags:
Comment:
Follow-up r109227: use dirname() in another place
Modified paths:
  • /trunk/extensions/SwiftCloudFiles/php-cloudfiles-1.7.10/cloudfiles_http.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SwiftCloudFiles/php-cloudfiles-1.7.10/cloudfiles_http.php
@@ -27,7 +27,7 @@
2828
2929 /**
3030 */
31 -require_once("cloudfiles_exceptions.php");
 31+require_once(dirname( __FILE__ ) . "/cloudfiles_exceptions.php");
3232
3333 define("PHP_CF_VERSION", "1.7.10");
3434 define("USER_AGENT", sprintf("PHP-CloudFiles/%s", PHP_CF_VERSION));

Follow-up revisions

RevisionCommit summaryAuthorDate
r110441MFT r110439 version of SwiftCloudFilesaaron22:24, 31 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109227Added php-cloudfiles (verbatim) with a thin MediaWiki extension wrapper aroun...aaron22:00, 17 January 2012

Status & tagging log