Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c95e6441
Commit
c95e6441
authored
Nov 06, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 06, 2006
Browse files
Whitespace fix.
parent
7219ea94
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
c95e6441
...
...
@@ -173,7 +173,7 @@ function get_string($identifier, $section='mahara') {
$extras
=
plugin_types
();
// more later..
foreach
(
$extras
as
$tocheck
)
{
if
(
strpos
(
$section
,
$tocheck
.
'.'
)
===
0
)
{
$pluginname
=
substr
(
$section
,
strlen
(
$tocheck
)
+
1
);
$pluginname
=
substr
(
$section
,
strlen
(
$tocheck
)
+
1
);
$locations
[]
=
$docroot
.
$tocheck
.
'/'
.
$pluginname
.
'/lang/'
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment