Ignore:
Timestamp:
Aug 24, 2015, 9:57:27 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Do not use fixed number for text group item index. Do not exclude all other groups for mass translation except spell rank.
  • Modified: Translation save page redirection part of code moved to separate method.
  • Fixed: Translation save condition for empty original text items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Wiki/Wiki.php

    r816 r831  
    3737  function LoadPages()
    3838  {
    39     $DbResult = $this->Database->select('WikiPage', '*', 'VisibleInMenu=1');
     39    $DbResult = $this->Database->select('WikiPage', '*', '`VisibleInMenu`=1');
    4040    while($DbRow = $DbResult->fetch_assoc())
    4141    {
Note: See TracChangeset for help on using the changeset viewer.