** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1457867

Title:
  Full-portfolio export doesn't include all artefacts

Status in Mahara:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara Ver. 15.04

  line 243 ~ 256 of  /htdocs/export/lib.php

  
-------------------------------------------------------------------------------------
          // Get the list of artefacts to export
          if ($artefacts == self::EXPORT_ALL_ARTEFACTS) {
              $query = 'SELECT id FROM {artefact} WHERE "owner" = ?';
              $args = array($userid);
              if (sizeof($tmpviews)) {
                  $query .= 'UNION
                      SELECT artefact
                      FROM {view_artefact}
                  WHERE "view" IN (SELECT id FROM {view} WHERE "owner" = ?)
                      ORDER BY id';
                  $args[] = $userid;
                  $this->artefactexportmode = $tempartefacts = 
get_column_sql($query, $args);
              }
          }
  
-------------------------------------------------------------------------------------

         $tempartefacts is a  is misspelled variable.

  Correct variable name is  $tmpartefacts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1457867/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to