Skip to content

Commit

Permalink
Remove remaining Horde_Core usage of Horde::base64ImgData()
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent 84134e9 commit 23c3d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Themes/Css.php
Expand Up @@ -343,7 +343,7 @@ public function loadCssFiles($files)
} else {
if ($dataurl) {
/* Limit data to 16 KB in stylesheets. */
$url_ob->setString(Horde::base64ImgData($path . $url_str, 16384));
$url_ob->setString(Horde_Themes_Image::base64ImgData($path . $url_str, 16384));
} else {
$url_ob->setString($path . $url_str);
}
Expand Down

0 comments on commit 23c3d20

Please sign in to comment.