Change Google display type to logo (#615)

This commit is contained in:
Clément Oudot 2013-09-30 14:33:38 +00:00
parent 11c035c5f3
commit 699c858796

View File

@ -323,7 +323,7 @@ sub authForce {
## @method string getDisplayType
# @return display type
sub getDisplayType {
return "googleform";
return "logo";
}
1;