[Fusionforge-commits] FusionForge branch master updated. a946d20502149ff9a67d1fdb0bd050b0c7da1cc3

Olivier Berger olberger at fusionforge.org
Thu Oct 25 11:34:08 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  a946d20502149ff9a67d1fdb0bd050b0c7da1cc3 (commit)
      from  c71dfc36576b908dc5d8e530c88e35455a50ef18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a946d20502149ff9a67d1fdb0bd050b0c7da1cc3
Author: Olivier Berger <olivier.berger at telecom-sudparis.eu>
Date:   Thu Oct 25 11:30:01 2012 +0200

    Fix missing renaming

diff --git a/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/read-resource-collection.phtml b/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/read-resource-collection.phtml
index 90d1dc7..7b1658c 100644
--- a/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/read-resource-collection.phtml
+++ b/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/read-resource-collection.phtml
@@ -40,7 +40,7 @@ switch (TRACKER_TYPE) {
 }
 
 print '<h1>'.$tracker.' Change Requests:</h1>';
-$xml = createRessourceCollectionView($this);
+$xml = createRessourceCollectionRdfView($this);
 $text = str_replace('>', '>', str_replace('<', '<', $xml));
 $text = add_links($text, $this->serverUrl().$this->baseUrl());
 print '<pre>'.$text.'</pre>';?>

-----------------------------------------------------------------------

Summary of changes:
 .../views/scripts/fusionforgecm/read-resource-collection.phtml       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list