http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99705

Revision: 99705
Author:   yaron
Date:     2011-10-13 17:08:23 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
Oops - small bug fix for r99703

Modified Paths:
--------------
    trunk/extensions/SemanticForms/includes/SF_PageSchemas.php

Modified: trunk/extensions/SemanticForms/includes/SF_PageSchemas.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_PageSchemas.php  2011-10-13 
17:08:11 UTC (rev 99704)
+++ trunk/extensions/SemanticForms/includes/SF_PageSchemas.php  2011-10-13 
17:08:23 UTC (rev 99705)
@@ -448,7 +448,7 @@
                        $template_fields = array();
                        $fullTemplateName = PageSchemas::titleString( 
$templateTitle );
                        $template_fields = self::getFieldsFromTemplateSchema( 
$templateFromSchema );
-                       if ( class_exists( 'SIOPageSchemas' ) {
+                       if ( class_exists( 'SIOPageSchemas' ) ) {
                                $internalObjProperty = 
SIOPageSchemas::getInternalObjectPropertyName( $templateFromSchema );
                        } else {
                                $internalObjProperty = null;


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to