[PRES] [web-pres2] master: Fixed undefined property warning

[email protected] (Derick Rethans) Thu, 19 Jun 2025 18:00:03 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2025-06-19T18:47:40+01:00

Commit: https://github.com/php/web-pres2/commit/cbda09a858f5fcdfe4e285882e30bf935faa4e12
Raw diff: https://github.com/php/web-pres2/commit/cbda09a858f5fcdfe4e285882e30bf935faa4e12.diff

Fixed undefined property warning

Changed paths:
  M  display.php


Diff:

diff --git a/display.php b/display.php
index 5f711e9..8032e9f 100644
--- a/display.php
+++ b/display.php
@@ -38,6 +38,7 @@ function _php(&$php) {
 }
 
 class html extends display {
+    var $coid;
 
     function _presentation(&$presentation) {
         global $pres, $showScript;