mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10510] Updated quick-mod conditional in subsilver2.
It was still trying to use the old conditional, which was referring to a variable which had been removed. PHPBB3-10510
This commit is contained in:
parent
c5de658c7f
commit
2b0282cba7
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}">
|
<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}">
|
||||||
<!-- IF S_TOPIC_MOD -->
|
<!-- IF S_TOPIC_MOD_LOCK or S_TOPIC_MOD_DELETE or S_TOPIC_MOD_MOVE or S_TOPIC_MOD_SPLIT or S_TOPIC_MOD_MERGE or S_TOPIC_MOD_MERGE_TOPIC or S_TOPIC_MOD_FORK or S_TOPIC_MOD_MAKE_NORMAL or S_TOPIC_MOD_MAKE_STICKY or S_TOPIC_MOD_MAKE_ANNOUNCE or S_TOPIC_MOD_MAKE_GLOBAL or S_TOPIC_MOD_TOPIC_LOGS -->
|
||||||
<form method="post" action="{S_MOD_ACTION}">
|
<form method="post" action="{S_MOD_ACTION}">
|
||||||
<span class="gensmall">{L_QUICK_MOD}:</span>
|
<span class="gensmall">{L_QUICK_MOD}:</span>
|
||||||
<select name="action" id="quick-mod-select">
|
<select name="action" id="quick-mod-select">
|
||||||
|
|
Loading…
Add table
Reference in a new issue