merging 5.5.4 bugfixes
This commit is contained in:
parent
1dba651ea1
commit
a7ccedb956
5 changed files with 11 additions and 7 deletions
|
|
@ -586,6 +586,7 @@ sub www_moveTreePageRight {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_pastePage {
|
||||
return "" if ($session{page}{pageId} == $session{form}{pageId}); # don't let it paste to itself
|
||||
my ($output, $nextSeq);
|
||||
($nextSeq) = WebGUI::SQL->quickArray("select max(sequenceNumber) from page where parentId=$session{page}{pageId}");
|
||||
$nextSeq += 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue