# HG changeset patch # User Paul Boddie # Date 1377639221 -7200 # Node ID 8901025c07ce6f121c3da5ac578ffeba7296cd92 # Parent 11fbdf6b2ff885283bfcd59c27fdb31cc45fce25 Fixed missing import alias. diff -r 11fbdf6b2ff8 -r 8901025c07ce actions/SharedUpdate.py --- a/actions/SharedUpdate.py Wed Jul 10 18:43:39 2013 +0200 +++ b/actions/SharedUpdate.py Tue Aug 27 23:33:41 2013 +0200 @@ -2,7 +2,7 @@ """ MoinMoin - SharedUpdate Action - @copyright: 2012 by Paul Boddie + @copyright: 2012, 2013 by Paul Boddie @license: GNU GPL (v2 or later), see COPYING.txt for details. """ @@ -12,6 +12,8 @@ Dependencies = ['pages'] +escape = wikiutil.escape + # Action class and supporting functions. class SharedUpdate(ActionBase, ActionSupport):