Problem/Motivation

The Opigno Simplified UI assumes in its opigno_simple_ui_form_node_form_alter() implementation that function _quiz_question_get_implementations() exists. In its info file though, no dependency exists for the quiz module.

Proposed resolution

Add dependencies[] = quiz to opigno_simple_ui.info.

Comments

axelm’s picture

Title: Opigno Simplified UI - Wrong Dependecies » [1.19] Opigno Simplified UI - Wrong Dependecies
Assigned: Unassigned » Jamesap
Jamesap’s picture

Status: Active » Patch (to be ported)

Adding check if quiz module is enabled
http://drupalcode.org/project/opigno.git/commit/2e3cbb5

Jamesap’s picture

Status: Patch (to be ported) » Fixed

Released Opigno 1.19

Jamesap’s picture

Status: Fixed » Closed (fixed)