Skip to content
GitLab
Menu
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
e62ea935
Commit
e62ea935
authored
Oct 12, 2009
by
Richard Mansfield
Browse files
Don't spam the logs every time a new textbox is added to a view
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
c59a17c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/blocktype/textbox/lib.php
View file @
e62ea935
...
@@ -78,7 +78,7 @@ class PluginBlocktypeTextbox extends SystemBlocktype {
...
@@ -78,7 +78,7 @@ class PluginBlocktypeTextbox extends SystemBlocktype {
'title'
=>
get_string
(
'blockcontent'
,
'blocktype.textbox'
),
'title'
=>
get_string
(
'blockcontent'
,
'blocktype.textbox'
),
'width'
=>
'90%'
,
'width'
=>
'90%'
,
'height'
=>
'150px'
,
'height'
=>
'150px'
,
'defaultvalue'
=>
$configdata
[
'text'
],
'defaultvalue'
=>
isset
(
$configdata
[
'text'
]
)
?
$configdata
[
'text'
]
:
''
,
),
),
);
);
}
}
...
...
Write
Preview
Supports
Markdown
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