https://bugzilla.wikimedia.org/show_bug.cgi?id=32331

       Web browser: ---
             Bug #: 32331
           Summary: Undefined variable: propertyDiWikiPag in
                    /var/www/ocw/mediawiki-1.17.1/extensions/SemanticMedia
                    Wiki/includes/datavalues/SMW_DV_Quantity.php on line
                    123
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Obviously it is a typo in current SVN sources:

        if ( !is_null( $this->m_property ) ) {
            $propertyDiWikiPage = $this->m_property->getDiWikiPage();
        }
        if ( is_null( $this->m_property ) || is_null( $propertyDiWikiPag <<<---
Look here ) ) {
            return; // we cannot find conversion factors without the property
        }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to