Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-13245

eZContentObjectTreeNode::move : error in DB query

    XMLWordPrintable

Details

    Description

      ezcontentobjecttreenode.php

      l4547

      // clean up limitations on role assignment level
      $countRows = $db->arrayQuery( "SELECT COUNT row_count FROM ezuser_role WHERE limit_identifier='Subtree' AND limit_value LIKE '$oldPath%'" );

      should be

      $countRows = $db->arrayQuery( "SELECT COUNT as row_count FROM ezuser_role WHERE limit_identifier='Subtree' AND limit_value LIKE '$oldPath%'" );

      (missing 'as between count and row_count )

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            spoutnik spoutnik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: