summaryrefslogtreecommitdiff
path: root/www/www.org
diff options
context:
space:
mode:
Diffstat (limited to 'www/www.org')
-rw-r--r--www/www.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/www.org b/www/www.org
index 55b2441..a6de898 100644
--- a/www/www.org
+++ b/www/www.org
@@ -106,7 +106,7 @@ are also published, in the sequence given.
( defun object-compose ( publication-instance )
( plist-get publication-instance :object-compose ) )
- ( defun object-projects ( publication-instance )
+ ( defun object-get-projects ( publication-instance )
( plist-get publication-instance :object-get-projects ) )
( defun object-report ( publication-instance )
@@ -114,7 +114,7 @@ are also published, in the sequence given.
( defun publish ( publication-instance &rest project-data )
( let ( ( data-projects ( plist-get project-data :data-projects ) ) )
- ( funcall ( object-projects publication-instance ) data-projects )
+ ( funcall ( object-get-projects publication-instance ) data-projects )
( funcall ( object-compose publication-instance ) )
( funcall ( object-report publication-instance ) )
( ) ) )