Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
98d145a5
Commit
98d145a5
authored
Jun 05, 2019
by
Doris Tam
Committed by
Robert Lyon
Jun 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1810990: Removing decapitalisation of general block titles
Change-Id: I2a26406bee3b9cc103dfea871cb8c80a5eeb76bb
parent
05e8bc57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/testing/classes/generator/TestingDataGenerator.php
htdocs/testing/classes/generator/TestingDataGenerator.php
+1
-1
No files found.
htdocs/testing/classes/generator/TestingDataGenerator.php
View file @
98d145a5
...
...
@@ -759,7 +759,7 @@ EOD;
throw
new
SystemException
(
"Invalid block type '"
.
$record
[
'type'
]
.
"'. The block type is either not installed or not active."
);
}
$title
=
trim
(
$record
[
'title'
]);
$functionname
=
'generate_configdata_'
.
$record
[
'type'
];
$functionname
=
'generate_configdata_'
.
$record
[
'type'
];
$classname
=
'TestingDataGenerator'
;
// build configdata
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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