build fix for -XMPP

This commit is contained in:
Joey Hess 2013-05-02 13:04:49 -04:00
parent c8b74cdfd7
commit e92f04f9cc

View file

@ -127,7 +127,7 @@ xmppform next = xmppPage $ do
liftAssistant notifyNetMessagerRestart liftAssistant notifyNetMessagerRestart
redirect next redirect next
#else #else
xmppform = xmppPage $ xmppform _ = xmppPage $
$(widgetFile "configurators/xmpp/disabled") $(widgetFile "configurators/xmpp/disabled")
#endif #endif