diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-07-30 12:29:12 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-07-30 12:33:54 +0200 |
commit | ac6a3133eca86b853da838ae310534b76e9fb662 (patch) | |
tree | d74eab54dcc560ca77b5561892363971d710ee19 /lib/helper.php | |
parent | 7425efade78a04f20cb3cc83f964c6a00094b6ce (diff) | |
download | nextcloud-server-ac6a3133eca86b853da838ae310534b76e9fb662.tar.gz nextcloud-server-ac6a3133eca86b853da838ae310534b76e9fb662.zip |
style fixes
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php index 460e5679b02..b74e4c4512e 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -233,7 +233,7 @@ class OC_Helper { return self::linkToRoute( 'core_ajax_preview', array('x' => 36, 'y' => 36, 'file' => urlencode($path) )); } - public static function publicPreview_icon( $path, $token ) { + public static function publicPreviewIcon( $path, $token ) { return self::linkToRoute( 'core_ajax_public_preview', array('x' => 36, 'y' => 36, 'file' => urlencode($path), 't' => $token)); } |