r60309 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60308
|
r60309
|
r60310
>
Date:
06:42, 23 December 2009
Author:
yaron
Status:
deferred
Tags:
Comment:
Changed to more conventional style for setting extension directory
Modified paths:
/trunk/extensions/SemanticForms/includes/SF_Settings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
—
—
@@ -17,7 +17,7 @@
18
18
# seen on your local filesystem. Used against some PHP file path
19
19
# issues.
20
20
##
21
-$sfgIP = $IP . '/extensions/SemanticForms';
21
+$sfgIP = dirname(__FILE__) . '/..';
22
22
##
23
23
24
24
Status & tagging log
12:21, 24 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r60309
[
removed:
new
added:
deferred]