aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mixin.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-03-03 16:28:16 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-03-03 16:28:16 -0600
commit5302477671e4ef65e35baa1e5b868c4dae4a35c7 (patch)
treeb24e06de7e1e62b693527368bc41adcc5c948f10 /mediagoblin/db/mixin.py
parente77df64fd17adc57121176898e14ea21693489c5 (diff)
downloadmediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.tar.lz
mediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.tar.xz
mediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.zip
self.media_data->self.media_manager in the docstring. Thanks for catching, Elrond.
This commit sponsored by Sebastian Hugentobler. Thank you!
Diffstat (limited to 'mediagoblin/db/mixin.py')
-rw-r--r--mediagoblin/db/mixin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/mixin.py b/mediagoblin/db/mixin.py
index 92834a72..fdf61e8d 100644
--- a/mediagoblin/db/mixin.py
+++ b/mediagoblin/db/mixin.py
@@ -129,7 +129,7 @@ class MediaEntryMixin(object):
def get_display_media(self):
"""Find the best media for display.
- We try checking self.media_data.fetching_order if it exists to
+ We try checking self.media_manager.fetching_order if it exists to
pull down the order.
Returns: