Skip to content

Instantly share code, notes, and snippets.

$icon-font-path:'../bootstrap/';
@import 'bootstrap';
span.sanchor{
@extend .glyphicon;
@extend .glyphicon-ok;
}
span.canchor{
diff --git a/plugin/instagr.rb b/plugin/instagr.rb
index 94c9c78..1ae6627 100644
--- a/plugin/instagr.rb
+++ b/plugin/instagr.rb
@@ -24,7 +24,7 @@ def instagr( short_url, size = :medium)
# img size
size = size.to_sym if size != :medium
- maxwidth_data = {:small => 150, :medium => 306, :large => 612}
+ maxwidth_data = {:medium => 320, :large => 612}
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index 4f6e1ff..0280cb8 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -201,13 +201,13 @@ class Album extends database_object {
$disk = 0;
}
- if (isset(self::$_mapcache[$name][$year][$disk][$mbid])) {
- return self::$_mapcache[$name][$year][$disk][$mbid];